﻿2026-06-21T08:16:07.8327034Z ##[group]Run actions/checkout@v5
2026-06-21T08:16:07.8327840Z with:
2026-06-21T08:16:07.8328221Z   fetch-depth: 0
2026-06-21T08:16:07.8328671Z   repository: SaberMage/spt-core
2026-06-21T08:16:07.8332249Z   token: ***
2026-06-21T08:16:07.8332618Z   ssh-strict: true
2026-06-21T08:16:07.8332995Z   ssh-user: git
2026-06-21T08:16:07.8333376Z   persist-credentials: true
2026-06-21T08:16:07.8333797Z   clean: true
2026-06-21T08:16:07.8334182Z   sparse-checkout-cone-mode: true
2026-06-21T08:16:07.8334630Z   fetch-tags: false
2026-06-21T08:16:07.8335003Z   show-progress: true
2026-06-21T08:16:07.8335387Z   lfs: false
2026-06-21T08:16:07.8335744Z   submodules: false
2026-06-21T08:16:07.8336125Z   set-safe-directory: true
2026-06-21T08:16:07.8336735Z ##[endgroup]
2026-06-21T08:16:07.9128211Z Syncing repository: SaberMage/spt-core
2026-06-21T08:16:07.9129840Z ##[group]Getting Git version info
2026-06-21T08:16:07.9130530Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T08:16:07.9131450Z [command]/usr/bin/git version
2026-06-21T08:16:07.9131857Z git version 2.43.0
2026-06-21T08:16:07.9179709Z ##[endgroup]
2026-06-21T08:16:07.9193781Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8a27e73c-258f-40bd-896d-1a83f2953297' before making global git config changes
2026-06-21T08:16:07.9195727Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T08:16:07.9197885Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T08:16:07.9233365Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T08:16:07.9254437Z https://github.com/SaberMage/spt-core
2026-06-21T08:16:07.9264599Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T08:16:07.9267410Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T08:16:07.9285907Z HEAD
2026-06-21T08:16:07.9314912Z ##[endgroup]
2026-06-21T08:16:07.9316242Z [command]/usr/bin/git submodule status
2026-06-21T08:16:07.9495282Z ##[group]Cleaning the repository
2026-06-21T08:16:07.9498083Z [command]/usr/bin/git clean -ffdx
2026-06-21T08:16:07.9524974Z Removing traceable-reqs
2026-06-21T08:16:07.9530857Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T08:16:07.9586694Z HEAD is now at 4e5e7a904 Merge e54bc514b76200b8940de007317c4d836a2c782c into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T08:16:07.9592260Z ##[endgroup]
2026-06-21T08:16:07.9593734Z ##[group]Disabling automatic garbage collection
2026-06-21T08:16:07.9597118Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T08:16:07.9624471Z ##[endgroup]
2026-06-21T08:16:07.9625529Z ##[group]Setting up auth
2026-06-21T08:16:07.9629531Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T08:16:07.9656275Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T08:16:07.9847437Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T08:16:07.9872142Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T08:16:08.0057270Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T08:16:08.0083669Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T08:16:08.0270340Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T08:16:08.0298187Z ##[endgroup]
2026-06-21T08:16:08.0299012Z ##[group]Fetching the repository
2026-06-21T08:16:08.0304728Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +4e5e7a90411e0c993a872a6ec425c92242c4afd1:refs/remotes/pull/27/merge
2026-06-21T08:16:08.7830796Z From https://github.com/SaberMage/spt-core
2026-06-21T08:16:08.7832608Z  * [new branch]          pump-carrier-fix -> origin/pump-carrier-fix
2026-06-21T08:16:08.7834205Z    77378b113..e54bc514b  wedge-trace-v4   -> origin/wedge-trace-v4
2026-06-21T08:16:08.7866753Z ##[endgroup]
2026-06-21T08:16:08.7867917Z ##[group]Determining the checkout info
2026-06-21T08:16:08.7869301Z ##[endgroup]
2026-06-21T08:16:08.7871811Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T08:16:08.7909513Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T08:16:08.7936417Z ##[group]Checking out the ref
2026-06-21T08:16:08.7938481Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T08:16:08.7989203Z HEAD is now at 4e5e7a904 Merge e54bc514b76200b8940de007317c4d836a2c782c into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T08:16:08.7992645Z ##[endgroup]
2026-06-21T08:16:08.8028804Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T08:16:08.8053366Z 4e5e7a90411e0c993a872a6ec425c92242c4afd1
